home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / menus / mnu-menu / install.txt < prev    next >
Text File  |  1996-07-10  |  4KB  |  91 lines

  1. The Mnu Installation Instructions 
  2.  
  3. The Mnu including all of its program files and documentation is
  4. Copyright (c) 1989 by Bonsai Technologies. All rights reserved. 
  5.  
  6. Note: You MUST be running PC or MS DOS 3.3 to use The Mnu.
  7.  
  8. Note: The Mnu was written for Netware v2.1x. It is known to
  9. operate correctly on 2.1x versions(2.10,2.11,2.12,2.15). It
  10. should also operate correctly on v2.0a -- however Bonsai
  11. Technologies has not verified this. 
  12.  
  13. Installation and Configuration of The Mnu is not a trivial task
  14. if you are not familiar with both DOS and Novell. If you are not
  15. familiar with both DOS and Novell, we recommend that you enlist
  16. the services of someone who is.
  17.  
  18.      1)   Read the file LICENSE.DOC and agree to the terms
  19.           presented for non-registered users. 
  20.   
  21.      2)   Login as SUPERVISOR or equivalent.
  22.  
  23.      3)   Copy MNUCON.EXE, MNU$HLP.HLP, MNU.BAT, MNU$EXEC.EXE,
  24.           MNU$MAIN.EXE and MNUINST.EXE to SYS:PUBLIC. Flag these
  25.           files as Shareable Read-Only.
  26.  
  27.      4)   Copy MNU$LOG.BAT to SYS:LOGIN and flag as Shareable
  28.           Read-Only. Also, make sure the group EVERYONE has ROS
  29.           rights to SYS:LOGIN.
  30.  
  31.      5)   Run BINDFIX in SYS:SYSTEM to backup the bindery files.
  32.           This step is necessary to allow you to restore your
  33.           system to its original state in the unlikely event that
  34.           you are using another application that uses the same
  35.           non-standard object types as The Mnu.
  36.  
  37.      6)   Create a work directory for The Mnu and give EVERYONE
  38.           all rights except parental to it. We suggest that the
  39.           work directory be SYS:MNU_WORK.
  40.  
  41.      7)   Modify the system login script. The Mnu must have a
  42.           drive mapped out to its work directory. Also, the
  43.           environment variables must be set if the defaults are
  44.           not used. Here is a sample script:
  45.                MAP F:=SYS:USERS\%LOGIN_NAME
  46.                MAP S1:=SYS:PUBLIC
  47.                MAP S2:=SYS:PUBLIC\%MACHINE\%OS\%OS_VERSION
  48.                MAP ins S1:=SYS:APPS
  49.                MAP W:=SYS:MNU_WORK
  50.                SET MNU_STATION=STATION
  51.                * These values are defaults, but we'll set them
  52.                * anyway.
  53.                SET MNU_WORK="W"
  54.                SET MNU_SEARCH="X"
  55.                SET MNU_USER="F"
  56.           See the Installation Reference section of the manual
  57.           for more information. Please note the MNU_WORK
  58.           environment variable must _always_ be set. Also note
  59.           that the syntax given is correct for Novell login
  60.           scripts, if you are setting the env vars from a batch
  61.           file, omit the "s (SET MNU_WORK=W).
  62.  
  63.      8)   Run MNUINST and select Install The Mnu.
  64.  
  65.      9)   Run MNUCON.
  66.  
  67.           a)   Use Menu Information to create a base menu. We
  68.                suggest that you name it BASE_MENU, put in your
  69.                company name as the Description and make EVERYONE
  70.                an Authorized Object.
  71.  
  72.           b)   Use Other Information to set options. Set Base
  73.                Menu to the menu created in #7(BASE_MENU). Set the
  74.                Allow User Authorization and Allow Escape to DOS
  75.                as desired. See the Other Information section of
  76.                the manual for more information on these options.
  77.  
  78.           c)   Create a Logout item: use Item Information to
  79.                create an item named LOGOUT per the following:
  80.                     Description         Logout
  81.                     Authorized Groups   EVERYONE
  82.                     Menus Used In       BASE_MENU
  83.                     Execution Method    Logout
  84.  
  85.      10)  The Mnu is now useable.  If you wish users to load the
  86.           menu automatically when they login, put the command
  87.           EXIT "MNU" in each user's login script.
  88.  
  89.      11)  You may now create your full menu structure with
  90.           MnuCon.  Please note that you must be SUPERVISOR or
  91.           equivalent to run MnuCon.